CalendarView for WinForms
Matrix コンストラクタ(Boolean,Vector[])

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix クラス > Matrix コンストラクタ : Matrix コンストラクタ(Boolean,Vector[])
A bool indicates whether the direction of vectors is vertical.
A Vector array indicates the vectors.
Initializes a new instance of Matrix class.
シンタックス
'宣言
 
Public Function New( _
   ByVal vertical As System.Boolean, _
   ByVal ParamArray vectors() As Vector _
)
public Matrix( 
   System.bool vertical,
   params Vector[] vectors
)

パラメータ

vertical
A bool indicates whether the direction of vectors is vertical.
vectors
A Vector array indicates the vectors.
参照

Matrix クラス
Matrix メンバ
オーバーロード一覧